qCInfo => qCDebug
authorCamila Ayres <hello@camilasan.com>
Tue, 18 Feb 2025 14:47:21 +0000 (15:47 +0100)
committerJyrki Gadinger <nilsding@nilsding.org>
Wed, 19 Feb 2025 07:52:54 +0000 (08:52 +0100)
Reported at #7873.

Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/folder.cpp

index fb9427c7d284f1f46a0fd4311feca3d7aa268721..c73bb03684f05cad2ee4d534c1556a204099d2d8 100644 (file)
@@ -670,7 +670,7 @@ void Folder::slotWatchedPathChanged(const QStringView &path, const ChangeReason
             }
         }
         if (spurious) {
-            qCInfo(lcFolder) << "Ignoring spurious notification for file" << relativePath;
+            qCDebug(lcFolder) << "Ignoring spurious notification for file" << relativePath;
             return; // probably a spurious notification
         }
     }